Click or drag to resize

RepeatTimeParse Method

Converts the specified string representation of a presence description to its RepeatTime equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static RepeatTime Parse(
	string repeatTime
)

Parameters

repeatTime
Type: SystemString
A string containing a repeat time to convert.

Return Value

Type: RepeatTime
A RepeatTime equivalent contained in the repeatTime parameter.
See Also